-
Notifications
You must be signed in to change notification settings - Fork 10
widget-v2 #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
widget-v2 #451
Conversation
Deploying web-sdk-react-example with
|
| Latest commit: |
b2e1fd3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://33b0d29c.web-sdk-react-example.pages.dev |
| Branch Preview URL: | https://widget-v2.web-sdk-react-example.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
A few things I noticed:
- NFTs which aren't squares don't display well. We should have the square be able to display the entirety of the image of an NFT.


You can test with the following collection (if you DM me I can send you one for testing): https://polygonscan.com/token/0x631998e91476da5b870d741192fc5cbc55f5a52e
-
The explore tab of a collection doesn't seem to be doing anything. Not sure if it's incomplete or buggy. If the former, we can always remove the tab option.

-
There's a black circle over my gravatar. I'm not sure what's supposed to go there. I'm assuming it's the current network?
- I've managed to break the app, but I'm a bit unsure what is causing the issue.
Here are the steps I did:
a. in the home of the demo app, click on universal wallet and connect with a sequence wallet through facebook or google
b. open the widget, click the walet icon and click on "+ add wallet"
c. The app will crash.
d. Then, clear application data, go to the home page of the demo application, click universal wallet. The app will crash.
In my case, I was already connected to the app on localhost:4444 so it didn't go through the connect modal for universal. In other words, the two scenarios that need second view are clicking on "+ add wallet" when connected with a sequence universal wallet (not waas) and clicking the "universal wallets" option in the demo app with all application data cleared.
|
feat: added home header
feat: added homescreen tabs, feat: added modal border
refactor: removed outdated screens
feat: changed balance in home to show total balance with no filters
fix: fixed CoinRow showing price instead of fiat balance
feat: added functionality to operation popover in home screen
fix: adjusted useSettings to allow selection of multiple networks
feat: updated settings screens, feat: tweaked small ui elements, fix: clipping filter menu buttons (added horizontal scrolling)
feat: refactored loading tabs logic, feat: improved filter exit flow
refactor: combined several major components
removed unnecessary swap components
feat: added coming soon page to explore within collection details




No description provided.